home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1584 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.3 KB

  1. Date: Wed, 29 Jun 94 02:20 CDT
  2. From: ekl@sdf.lonestar.org (Evan K. Langlois)
  3. To: mint@atari.archive.umich.edu
  4. Subject: Controlling Patches
  5.  
  6.  
  7. Would it be easier to debug mint if the patches that are sent in are
  8. #ifdef'd into the code?   So that you could compile with -DMEGA_PATCH 
  9. -DEXCEPTION_PATCH or something, that way you can see which patch is breaking
  10. the system.   Of course, a million #ifdefs is a pain and would probably
  11. solve more problems than it is worth.
  12.  
  13. I compiled vconsoles today.  The only thing I still miss about TOSWIN is
  14. the cut-n-paste stuff.  I'm gonna recompile MiNT since bash likes to hang
  15. me and when I hit CONTROL-C it used to wake it up.  Now, I get exit
  16. code : 512 and MiNT quits :-(   Also, I got a crash where the ASSERT
  17. macro in proc.c failed.  I wrote down the exact message and line number,
  18. but now I can't find the slip of paper.   I finally got around to fixing
  19. zmodem.  Just comment out about 3 lines and add in some lines to tell
  20. the mintlib to use binary mode for stdin and stdout and the rest works
  21. fine under the bsd compile (with some warnings).  I haven't tested the
  22. speed yet, and since it doesn't report the speed its kinda hard to tell
  23. (i was gonna run it through a pipe to test).
  24.  
  25. It's late, I'm rambling.  Whoever wrote vconsoles did a GREAT job.  
  26.  
  27. CYA
  28.  
  29.